tools/build: Fix root build target
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Oct 2014 17:33:55 +0000 (18:33 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 20 Oct 2014 14:42:33 +0000 (15:42 +0100)
commit0785dcc3d282598493cbbaa95d78943f15240e5a
tree009a0d17b29bebb35239652a385109f42b027289
parentbf30c7b27ef76beb284e2a88662486c3753e69a3
tools/build: Fix root build target

The root Makefile 'build' rule recurses into the tools directory and invokes
the 'build' rule.  However, the tools Makefile doesn't contain a 'build' rule,
resulting in failure.

Introduce a 'build' rule identical to the existing 'all' rule.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Makefile